﻿
.container {
    position: relative;
    width: 1212px;
    background-color: var(--bgForeColor);
    flex-direction: row;
    margin: 5px auto 20px auto;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 3px var(--shadowColor);
    min-height: 300px;
    height: 100%;
}

/*首页样式*/
.boxmain {
    width: 1160px;
    margin: 10px auto 10px auto;
    overflow: hidden;
    padding-top: 20px 0px 10px 20px;
}

    .boxmain .leftbox {
        display: flex;
        flex-direction: column;
        width: 800px;
        /*height: 420px;*/
        float: left
    }

    .boxmain .rightbox {
        width: 340px;
        height: 405px;
        float: right
    }

.leftbox .title, .rightbox .ranking .title, .pic-title, .link-title, .notice .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid var(--boderColor);
}

    .leftbox .title ul, .pic-title span, .link-title span {
        font-size: 14px;
        color: var(--textBoxTitleColor);
        float: right
    }

        .leftbox .title ul li, .pic-title span li {
            height: 35px;
            line-height: 35px;
            float: left;
            display: block;
        }

        .leftbox .title ul a, .pic-title span a, .link-title span a {
            margin: 0 6px;
            padding: 0px;
        }

            .leftbox .title ul a:hover {
                color: var(--textSpecialColor);
            }

        .leftbox .title ul li:hover {
            border-bottom: 2px solid var(--boderDarkColor);
        }

    .leftbox .title h3, .rightbox .ranking .title h3, .pic-title h3, .link-title h3, .notice .title h3 {
        line-height: 35px;
        font-size: 18px;
        border-bottom: 2px solid var(--boderDarkColor);
        color: var(--textSpecialColor);
        font-weight: 400;
        display: inline-block;
    }

        .leftbox .title h3 a {
            color: var(--textSpecialColor);
        }

    .leftbox .title .currnav, .rightbox .ranking .title .currnav {
        line-height: 35px;
        font-size: 18px;
        border-bottom: 2px solid var(--boderDarkColor);
        color: var(--textSpecialColor);
        font-weight: 400;
        display: inline-block;
    }

.rightbox .ranking ul.myul {
    padding: 4px 0px 14px 4px;
    margin: 0px;
    border-bottom: 1px solid var(--boderColor);
    overflow: hidden;
}

.ranking ul li span.a1, .ranking ul li span.a2, .ranking ul li span.a3 {
    background-color: var(--boderDarkColor);
}

.ranking ul {
    padding: 8px 0px 4px 4px;
    margin: 0px;
    min-height: 336px;
    border-bottom: 1px solid var(--boderDarkColor);
    overflow: hidden;
}

    .ranking ul li {
        line-height: 35px;
        height: 35px;
    }

        .ranking ul li span {
            display: block;
            float: left
        }

        .ranking ul li span {
            margin: 6px 5px 5px 0px;
            width: 17px;
            height: 17px;
            color: var(--textLightColor);
            font: 11px/16px var(--fontFamily);
            border-radius: 3px;
            white-space: nowrap;
            text-align: center;
            display: inline-block;
            background-color: var(--bgBorderOtherColor);
        }

/*影视图片列表*/
.qire-box {
    width: 800px;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
}

.qire-random {
    width: 800px;
    height: 100%;
    overflow: hidden;
}

#qire-wei .qire-random {
    height: 235px;
}


/* img-list */
.img-list {
    margin-right: -1px;
    overflow: hidden;
}

    .img-list li {
        width: 198px;
        height: 210px;
        overflow: hidden;
        float: left;
        /* border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;*/
    }

        .img-list li:hover {
            background-color: #fcfcfc;
        }

    .img-list h5 {
        width: 180px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 4px;
        font-size: 14px;
    }

    .img-list li p {
        width: 180px;
        height: 26px;
        line-height: 26px;
        color: #999;
        overflow: hidden;
        margin: 0 auto;
        font-size: 12px;
    }

        .img-list li p.time {
            text-indent: 18px;
            background: url(../images/clock.gif) 0 4px no-repeat;
        }

        .img-list li p.star {
            text-indent: 18px;
            background: url(../images/mx.png) 0 4px no-repeat;
        }

            .img-list li p.star a {
                color: #666;
            }

        .img-list li p.shuxing {
            text-indent: 18px;
            background: url(../images/sx.png) 0 4px no-repeat;
        }

            .img-list li p.shuxing a {
                color: #666;
            }
/* play-img */
.play-img {
    width: 180px;
    height: 130px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 16px;
    padding: 3px;
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
}

    .play-img:hover {
        color: #fff;
        text-decoration: none;
        border-color: #259e33;
        box-shadow: 0 1px 1px rgba(0,0,0,0.07);
    }

    .play-img img {
        width: 180px;
        height: 130px;
        display: block;
        overflow: hidden;
        background: url(../images/lazyload.gif) no-repeat scroll center center transparent;
    }

    .play-img .mask {
        width: 180px;
        height: 30px;
        display: block;
        overflow: hidden;
        background-color: #000;
        position: absolute;
        left: 3px;
        bottom: 3px;
        filter: alpha(opacity=30);
        opacity: 0.3;
        z-index: 1;
    }

    .play-img .text {
        width: 170px;
        height: 20px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        font-size: 12px;
        position: absolute;
        left: 3px;
        bottom: 3px;
        padding: 0 5px;
        text-align: right;
        z-index: 2;
        color: #fff;
        white-space: nowrap;
    }

    .play-img .score {
        display: block;
        width: 30px;
        height: 18px;
        font-size: 12px;
        line-height: 16px;
        padding-right: 5px;
        text-align: center;
        overflow: hidden;
        color: #fff;
        position: absolute;
        left: 0;
        top: 8px;
        z-index: 3;
        font-weight: 700;
        -webkit-text-size-adjust: none;
        background: url(../images/ui-icon.gif) 0 -155px no-repeat;
    }


/* sub-list */
.sub-list {
    width: 800px;
    padding: 18px 0;
    overflow: hidden;
}

    .sub-list li {
        width: 49%;
        overflow: hidden;
        float: left;
        height: 31px;
        line-height: 29px;
        text-indent: 32px;
        margin-right: 5px;
        background: url(../images/v4.gif) 14px 6px no-repeat;
    }

/* sub-list */
.sub-list2 {
    width: 741px;
    padding: 8px 0;
    overflow: hidden;
}

    .sub-list2 li {
        width: 143px;
        overflow: hidden;
        float: left;
        height: 26px;
        line-height: 24px;
        text-indent: 32px;
        margin-right: 5px;
        background: url(../images/mx.png) 14px 6px no-repeat;
    }




/* ui-sort */
.ui-sort {
    width: 340px;
    height: 170px;
    overflow: hidden;
    padding: 3px 0 5px 15px;
    font-size: 14px;
    /*border-bottom: 1px solid #eee;*/
}

.sort-item {
    width: 330px;
    height: 60px;
    padding: 6px 0 4px 0;
    overflow: hidden;
}

.sort-type {
    height: 70px;
    border-bottom: 1px dotted #ddd;
}

.sort-list {
    width: 330px;
    height: 40px;
}

    .sort-list li {
        width: 105px;
        float: left;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        overflow: hidden;
    }

#qire-tv .sort-type {
    height: 52px;
}

    #qire-tv .sort-type a {
        color: #f60;
    }

#qire-tv .sort-star {
    height: 60px;
}

#qire-movie .sort-type {
    height: 70px;
}

#qire-fun .sort-list {
    padding-bottom: 1px;
}

    #qire-fun .sort-list li {
        width: 110px;
        height: 28px;
        line-height: 28px;
    }





.slide {
    width: 390px;
    height: 325px;
    overflow: hidden;
    background: url("../images/slide.jpg") no-repeat scroll 0% 0% transparent;
}

.tempWrap ul li {
    position: relative;
}

.slideBox {
    width: 380px;
    height: 309px;
    padding: 5px 5px 0px;
    overflow: hidden;
    position: relative
}

    .slideBox .hd {
        width: 378px;
        height: 10px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        z-index: 1;
        border-top: 8px solid var(--boderColor);
        border-bottom: 2px solid var(--boderColor);
        border-left: 4px solid var(--boderColor);
    }

        .slideBox .hd ul {
            width: 380px;
            overflow: hidden;
            zoom: 1;
            float: left;
            margin: 0
        }

            .slideBox .hd ul li {
                float: left;
                width: 14.3%;
                height: 10px;
                text-align: center;
                background: 0;
                cursor: pointer;
                background: var(--bgEvenColor);
                border-right: 8px solid var(--boderColor);
            }

                .slideBox .hd ul li.on {
                    background: var(--bgMenuColor);
                    color: var(--bgForeColor);
                    transition: background 0.8s;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0
    }

        .slideBox .bd ul {
            width: 380px;
            overflow: hidden;
            zoom: 1;
            float: left;
            margin: 0
        }

            .slideBox .bd ul li {
                width: 390px;
                float: left;
            }

        .slideBox .bd img {
            width: 380px;
            height: 290px;
        }

    .slideBox .text {
        width: 380px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.40);
        FILTER: alpha(opacity=80);
        opacity: 0.8;
        -moz-opacity: 0.8;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .slideBox .bt {
        width: 380px;
        height: 42px;
    }

        .slideBox .bt span {
            display: block;
        }

    .slideBox .pa {
        width: 365px;
        line-height: 30px;
        height: 30px;
        font-size: 18px;
        color: var(--textLightColor);
        text-shadow: 1px 1px 0px var(--shadowColor);
        font-weight: bold;
        letter-spacing: 0.5px;
        padding: 3px 0 0 10px;
        overflow: hidden;
    }

    .slideBox .clear {
        display: block;
        font-size: 0px;
        height: 0px;
        height: 0px;
        line-height: 0px;
        clear: both;
    }

    .slideBox .text .btxt {
        width: 365px;
        height: 70px;
        line-height: 22px;
        padding: 0px 10px 20px;
        color: var(--textLightColor);
        text-shadow: 1px 1px 1px var(--shadowColor);
        text-align: justify;
        font-size: 14px;
    }

.new {
    width: 402px;
    height: 325px;
    border-right: 1px solid var(--boderColor);
}

    .new .top {
        width: 378px;
        margin: 4px 12px;
    }

        .new .top h2 {
            width: 378px;
            padding: 0px 0px 8px;
            margin: 0px;
            overflow: hidden;
            line-height: 25px;
            height: 25px;
            font-size: 20px;
            font-weight: 400;
            display: block;
        }

            .new .top h2 a {
                color: var(--textSpecialColor);
                padding: 0 0 0 78px;
                line-height: 25px;
                height: 25px;
                display: block;
                background: url("../images/tuijian.png") no-repeat scroll 0px 0px transparent;
                overflow: hidden;
            }

        .new .top p {
            width: 378px;
            height: 75px;
            padding: 5px 0px 6px;
            margin: 0px;
            text-align: justify;
            line-height: 26px;
            border-top: 1px dotted var(--boderColor);
            border-bottom: 1px dotted var(--boderColor);
            text-indent: 2em;
            color: var(--textPColor);
            overflow: hidden
        }

    .new .box {
        width: 402px;
        height: 200px;
        background: url("../images/news_top.jpg") no-repeat scroll right bottom transparent;
    }

        .new .box ul {
            padding: 0px 15px;
            overflow: hidden;
        }

        .new .box li {
            width: 360px;
            color: var(--textDefaultColor);
            line-height: 28px;
            height: 28px;
            overflow: hidden;
            background: url("../images/list.gif") no-repeat scroll 0px 10px transparent;
            padding: 0px 0px 0px 15px;
        }

            .new .box li span {
                padding: 0 5px 0 0;
                margin: 0px;
            }

        .new .box a {
            color: var(--textLinkColor);
            outline: medium none;
        }

            .new .top h2 a:hover, .new .box a:hover, .user_login .title span a:hover, .notice .title span a:hover, .category .item .top h4 a:hover, .member .info a:hover, .scores ul a:hover, .diary-list .box a:hover {
                color: var(--textLinkHoverColor);
            }

        .new .box li span a, .new .box li span a:hover, .notice .title h3 a, .notice .title h3 a:hover, .category .item a.item-color {
            color: var(--textSpecialColor);
            padding: 0px 1px;
        }

.Ruser {
    width: 340px;
    height: 325px;
    float: right;
    display: inline;
    overflow: hidden
}

.notice {
    height: auto;
    padding-left: 0px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}

    .notice .title span a {
        color: var(--textLinkColor);
        padding-left: 16px
    }

    .notice .box {
        width: 235px;
        height: 100%;
        padding: 0px;
        margin: 10px 0px 0px;
    }

        .notice .box li {
            width: 320px;
            height: 28px;
            line-height: 28px;
            overflow: hidden;
        }

            .notice .box li a, .ranking ul li a, .right-item .box li a {
                display: block;
                height: 28px;
                line-height: 28px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }




.pbox ul {
    padding-top: 10px;
}

    .pbox ul.imglist {
        margin: 0 auto;
        width: 1200px;
        overflow: hidden
    }

        .pbox ul.imglist li {
            float: left;
            padding: 2px;
            margin: 0 3px;
            width: 180px;
        }

            .pbox ul.imglist li img {
                display: block;
                width: 180px;
                height: 140px;
                overflow: hidden;
                border-radius: 3px;
                padding: 2px;
                margin: 0 3px;
                border: 1px solid var(--boderColor);
                box-shadow: 0px 1px 1px var(--shadowColor);
            }

                .pbox ul.imglist li img:hover {
                    width: 180px;
                    height: 140px;
                    border: 1px solid var(--bgBorderOtherColor);
                    box-shadow: 0px 1px 1px var(--shadowColor);
                    opacity: 0.6;
                    filter: alpha(opacity=60);
                    transition: 0.5s;
                }

            .pbox ul.imglist li span {
                display: block;
                width: 100%;
                height: 50px;
                line-height: 23px;
                overflow: hidden;
                padding-left: 8px;
            }




.category {
    width: 800px;
    height: 360px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--boderColor);
}

    .category .item {
        width: 100%;
        display: inline;
        float: left;
    }

        .category .item .top {
            float: left;
            width: 50%;
            margin-left: 0;
        }

            .category .item .top img {
                width: 120px;
                height: 90px;
                border: #e3e2d5 1px solid;
                box-shadow: 2px 2px 2px var(--shadowColor);
                border-radius: 2%;
                padding: 2px;
                float: left;
                margin-right: 10px;
            }

                .category .item .top img:hover {
                    opacity: 0.6;
                    transition: 0.5s;
                    border: 1px solid var(--boderDarkColor);
                    box-shadow: 2px 2px 2px var(--shadowColor);
                }

            .category .item .top h4 {
                margin: 6px 0 8px;
                width: 254px;
                float: left;
                height: 20px;
                line-height: 20px;
                font-weight: 400;
                font-size: 16px;
                overflow: hidden
            }

                .category .item .top h4 a {
                    color: var(--textSpecialColor);
                    height: 20px;
                    line-height: 20px;
                    display: block;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

            .category .item .top p {
                line-height: 25px;
                width: 254px;
                text-align: justify;
                height: 55px;
                margin: 0px;
                padding: 0px;
                float: left;
                color: var(--textPColor);
                text-overflow: ellipsis;
                overflow: hidden;
                _margin-bottom: 12px;
            }

        .category .item ul {
            clear: both;
            width: 800px;
            height: 260px;
            margin: 10px 0px;
            padding: 17px 0px;
            overflow: hidden
        }

            .category .item ul li {
                width: 380px;
                line-height: 32px;
                height: 32px;
                overflow: hidden;
                padding-right: 18px;
                float: left;
            }

                .category .item ul li .time {
                    font: 12px/28px Georgia, serif;
                    color: var(--textGrayColor);
                    padding-left: 10px;
                    float: right;
                }






.toolnav {
    margin-top: 10px;
    overflow: hidden;
}

    .toolnav ul {
        border-top: 0;
        clear: both;
    }

    .toolnav li {
        float: left;
        padding: 0 6px;
        height: 26px;
        line-height: 26px;
    }

        .toolnav li:first-child:after {
            content: "  |";
            color: var(--textGrayColor);
        }

        .toolnav li a {
            height: 26px;
            line-height: 26px;
            display: inline-block;
        }

.friendlink {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

    .friendlink ul {
        border-top: 0
    }

    .friendlink li {
        float: left;
        padding: 0 6px;
        height: 26px;
        line-height: 26px;
    }

        .friendlink li a {
            height: 26px;
            line-height: 26px;
            display: inline-block;
        }